GhostLex is a specialized Legal AI engine built for Indian litigation under the new BNS, BNSS & BSA frameworks. Plug it into Claude, Cursor, or ChatGPT and get exhaustive legal memorandums with Supreme Court precedents, old-to-new law mappings, and DPDP-compliant auto-formatting — all generated locally as Word docs.
Server Config
{
"mcpServers": {
"ghostlex-legal-ai": {
"command": "python",
"args": [
"C:/path/to/the ghost engine/ghostlex_mcp_server.py"
],
"env": {
"GOOGLE_API_KEY": "your_api_key_here"
}
}
}
}